home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / self / contrib.lha / contrib / README-window < prev    next >
Text File  |  1993-07-24  |  897b  |  26 lines

  1.  
  2.   For those who are interested in using the X support provided in the
  3.   current release, here's some information:
  4.  
  5.   The current release includes support for X windows and X events, but
  6.   not for X graphics.  It does provide Pixrect graphics.  The ui, for
  7.   example, draws Pixrect graphics in an X window in response to X
  8.   events.  (This isn't a great situation, but it was a relatively quick
  9.   port.)  X graphics can be had by gluing them in as primitives--see the
  10.   manual.
  11.  
  12.   "window.self" contains a sample window object that creates a window
  13.   and gets events.  The other object that participates is defined in
  14.   "eventWatcher.self" (included in the release); X calls go through
  15.   xlib.self and xlibPrims.wrappers.self (which are also in the release).
  16.  
  17.   To open a window, do:
  18.  
  19.     window copy
  20.  
  21.   To see the events as they occur, first do
  22.  
  23.     window debug: true
  24.  
  25.   and then open a window.
  26.